encoding/hex.decoder.arr (field)
4 uses
encoding/hex (current package)
hex.go#L171: arr [bufferSize]byte // backing array for in
hex.go#L184: numCopy = copy(d.arr[:], d.in) // Copies either 0 or 1 bytes
hex.go#L185: numRead, d.err = d.r.Read(d.arr[numCopy:])
hex.go#L186: d.in = d.arr[:numCopy+numRead]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)